Computer Science for IGCSE & O level - Databases (Section 3 - No. 35)
Which data type is best suited for storing currency values (e.g., money amounts) in a database?
INTEGER
TEXT
DECIMAL or NUMERIC
BOOLEAN
Paliwanag
The DECIMAL or NUMERIC data type is best suited for storing currency values because it allows for the precise representation of decimal numbers.
